home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 3 / AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso / software / utilities / graphics / monspecsmui40.356 / miprefs.readme < prev    next >
Text File  |  1997-01-01  |  3KB  |  97 lines

  1. Short:    scan DEVS:Monitors/#? for tooltypes, V40.354
  2. Kurz:     durchsucht DEVS:Monitors/#?.info tooltypes, V40.354
  3. Author:   Thomas Krafzik
  4. Requires: OS 3.0 or higher
  5.  
  6. DISCLAIMER:
  7. ------------------------------------------------------------------------
  8. This is FREEWARE.
  9. Distribution on Aminet or Aminet-CD's is always OK.
  10. Distribution by Fred Fish is always OK.
  11. Distribution on MeetingPearlsCD's is always OK.
  12. Other commercial distribution without written permission from me
  13. is strictly forbidden.
  14. Distribution is only allowed if the archive is left untouched.
  15. If you are a rascist or a fascist or have other racial prejudices,
  16. you are NOT allowed to use this program, of course.
  17. ------------------------------------------------------------------------
  18.  
  19. MIPrefs is copyright 1995-97 by Thomas Krafzik.
  20.  
  21.  
  22. Hello,
  23. this is a support program for MonSpecsMUI.
  24. It scans entire DEVS:Monitors/ directory for .info files which contain
  25. tooltypes saved with MonSpecsMUI and set these parameters system wide.
  26.  
  27. The format of these tooltypes is:
  28.  
  29. HSSTRT=0x<HexID>      ; hsync start
  30. HSSTOP=0x<HexID>      ; hsync stop
  31. VSSTRT=0x<HexID>      ; vsync start
  32. VSSTOP=0x<HexID>      ; vsync stop
  33.  
  34. REFMODEID=0x<HexID>   ; reference modeid for the following overscans
  35. NOMMINX=<Integer>     ; minimum nominal overscan x value
  36. NOMMAXX=<Integer>     ; maximum nominal overscan x value
  37. NOMMINY=<Integer>     ; minimum nominal overscan x value
  38. NOMMAXY=<Integer>     ; maximum nominal overscan x value
  39. MAXMINX=<Integer>     ; minimum maximal overscan x value
  40. MAXMAXX=<Integer>     ; maximum maximal overscan x value
  41. MAXMINY=<Integer>     ; minimum maximal overscan x value
  42. MAXMAXY=<Integer>     ; maximum maximal overscan x value
  43. VIDEOMINX=<Integer>   ; minimum video overscan x value
  44. VIDEOMAXX=<Integer>   ; maximum video overscan x value
  45. VIDEOMINY=<Integer>   ; minimum video overscan x value
  46. VIDEOMAXY=<Integer>   ; maximum video overscan x value
  47.  
  48. MODEID0=0x<HexID>     ; modeid for the following tooltypes
  49. VPRMINX0=<Integer>    ; minimum ViewPositionRange x value
  50. VPRMAXX0=<Integer>    ; maximum ViewPositionRange x value
  51. VPRMINY0=<Integer>    ; minimum ViewPositionRange y value
  52. VPRMAXY0=<Integer>    ; maximum ViewPositionRange y value
  53. VPOSX0=<Integer>      ; ViewPosition x value
  54. VPOSY0=<Integer>      ; ViewPosition y value
  55. MODENAME0=<String>    ; modename for this modeid
  56. PROPERTIES0=0x<Hex>   ; props for this modeid
  57.  
  58. MODEID1=...
  59. NOMMINX1=...
  60. and so on
  61.  
  62. START THIS PROGRAM ONLY AFTER THE MONITOR DRIVERS ARE STARTED.
  63.  
  64. Standard call:
  65. MIPrefs                ; user-startup
  66.  
  67. If you encounter that this program doesn't work for you, try to
  68. call SYS:Prefs/Overscan after it:
  69. MIPrefs                ; user-startup
  70. SYS:Prefs/Overscan USE ; user-startup
  71.  
  72. or call it twice (first before IPrefs, second after IPrefs)
  73. like this: (NOT RECOMMENDED)
  74. ; not recommended, try second method first
  75. MIPrefs                ; startup-sequence
  76. IPrefs                 ; startup-sequence
  77. MIPrefs                ; user-startup
  78.  
  79.  
  80. My Address:
  81.  
  82. Thomas Krafzik
  83. Belforter Str. 20
  84. 45884 Gelsenkirchen
  85. Germany
  86.  
  87. Phone: (+49)209 12386 (international)
  88.            0209 12386 (german)
  89.  
  90. EMail: Kenwood@Focus.RUHR.DE
  91.  
  92. If you have any questions you can contact me by phone or snail mail.
  93. If you send mail and expect an answer, include return postage also.
  94. (AIRmail to USA costs 3DM (2 US-$))
  95.  
  96. Thank you.
  97.